home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmC3_601_RezFile < prev    next >
Encoding:
Text File  |  1992-04-08  |  628 b   |  15 lines

  1. /*  %appfilename%.r                            */
  2. /*  Created %date% %time% by AppMaker         */
  3.  
  4. /*  MABuild uses this rez file to combine the resources for %AppFilename%%    %*/
  5. /*  with its linked code into a temporary file.                                */
  6. /*  MABuild then copies the temporary file into the destination folder.        */
  7. /*  The reason for all of this is to allow changing the resources            */
  8. /*  for an application without having to relink all of its code.            */
  9.  
  10. /*  copy all resources from the AppMaker-created resource file            */
  11. include "%AppFilename%";
  12.  
  13. /*  copy all code resources from the linked file                        */
  14. include $$Shell("ObjApp")"%AppFilename%" 'CODE';
  15.